Vcenter Deployment SourceInfo
The Vcenter Deployment SourceInfo {schema contains information about the source vCenter Server system and the database migration options.
This schema was added in vSphere API 7.0.0.0.
{
"hostname": "string",
"version": "string",
"deployment_type": "string",
"deployment_size": "string",
"sso_domain_name": "string",
"active_directory_domain": "string",
"dns_servers": [
"string"
],
"data_migration_info": {
"core": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"core_events_tasks": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"all": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"core_events_tasks_with_deferred": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
},
"all_with_deferred": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": "number"
}
},
"disk_info": [
{
"used": "number",
"free": "number",
"size": "number",
"mount_point": "string"
}
],
"replicated_partners": [
"string"
]
}
The IP address or DNS resolvable name of the source vCenter Server.
This property was added in vSphere API 7.0.0.0.
Source vCenter Server version.
This property was added in vSphere API 7.0.0.0.
Deployment type of the source vCenter Server.
For more information see: Vcenter Deployment ApplianceType.
This property was added in vSphere API 7.0.0.0.
Deployment size of the source vCenter Server.
For more information see: Vcenter Deployment ApplianceSize.
This property was added in vSphere API 7.0.0.0.
The SSO domain name of the source vCenter Server.
This property was added in vSphere API 7.0.0.0.
The domain name of the Active Directory server to which the source vCenter Server is joined.
This property was added in vSphere API 7.0.0.0.
IP addresses of the DNS servers of the Active Directory server.
This property was added in vSphere API 7.0.0.0.
Contains all the available migrate options, estimated export and import time and the space required to migrate the data.
This property was added in vSphere API 7.0.0.0.
This property will be available if estimate data is available for the appliance.
Contains information about the list of available disks
This property was added in vSphere API 8.0.3.0.
If missing or null
disk info was not fetched for the vCenter Server filesystem.
Contains information about the list of replicated partner nodes
This property was added in vSphere API 8.0.3.0.
If missing or null
replicated partners information is not available for the current vCenter Server.